Fix for indentation of f90 preproc lines embedded in continuations
authorGlenn Morris <rgm@gnu.org>
Tue, 11 Dec 2012 04:42:49 +0000 (20:42 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 11 Dec 2012 04:42:49 +0000 (20:42 -0800)
commit2d59fce1e4083fede19ec7f40f05a39448040ee5
treefd97fe4047a790797d5e2c336f058c7b743c2cc8
parent081f807e34e9e800013df9fe6143d81d128f3090
Fix for indentation of f90 preproc lines embedded in continuations

* lisp/progmodes/f90.el (f90-line-continued, f90-indent-region):
Treat preprocessor lines embedded in continuations like comments.
(f90-indent-line): Special-case preprocessor lines.

* test/automated/f90.el (f90-test-bug13138): New test.
lisp/ChangeLog
lisp/progmodes/f90.el
test/ChangeLog
test/automated/f90.el